home *** CD-ROM | disk | FTP | other *** search
/ Computer Music Interactif…cial Edition 1999 Winter / cd 2.iso / pc / Media / Menu.dxr / 00019.ls < prev    next >
Encoding:
Text File  |  1999-11-15  |  117 b   |  11 lines

  1. on mouseEnter
  2.   sprite(13).visible = 0
  3.   go(1)
  4. end
  5.  
  6. on mouseUp
  7.   tell the stage
  8.     go(1, "ours.dir")
  9.   end tell
  10. end
  11.